Designating the author of the code or page ( author )
The author command is used to indicate who was the original author of the code documented, and/or who may have made substantial additions to the code.
Syntax
Output
The output can be seen as the second line on this Description tab, and consists of: Author: Martin Harring
If author not specifyed for a member or a member function, DoxyS will use the author from the class insted.
About section commands
This command is a section command (also called
"Special Sections"). Common to all section commands is the fact that the section continues until a blank line or another section command is encountered.
The section commands are:
\bug, \throw, \internal, \note, \param, \remark, \sa, \todo, \warning \since
(Multiple commands are allowed yielding a bulleted list)
\author \version (Multiple commands are are comma separated in output)
- \brief, \return, \deprecated (Only intended to be used once per entity)